.title {
  font-size: 20px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-weight: 400;
  line-height: 26px;
  color: #5D6063;
  background: #fafafa;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 50px;
  padding: 0 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.title-branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-text {
  position: relative;
  top: 1px;
}

.main-div {
  padding-top: 50px;  /*Prevent overlap of header*/
  padding-left: 0px;
  padding-right: 20px;
}

/* Headings */
.heading-main {
    margin: 0in;
    font-size: 30px;
    font-weight: lighter;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 120%;
}
.heading-section {
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: 0in;
    line-height: 120%;
    font-size: 21px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #2F5496;
    font-weight: normal;
}

/* Paragraphs and Lists */
.body-paragraph {
    margin: 0in;
    font-size: 12px;
    font-family: "Calibri", sans-serif;
    margin-left: .5in;
    line-height: 130%;
    vertical-align: middle;
}
.body-list {
    list-style-type: disc;
    line-height: 125%;
}
.body-list li {
    margin: 0in;
    font-size: 15px;
    font-family: "Calibri", sans-serif;
    background: white;
    line-height: 130%;
    vertical-align: middle;
}
.body-list ol {
    list-style-type: circle;
    line-height: 130%;
}


/* Table */
.version-table {
    width: 100%;
    margin-top: 6pt;
    margin-right: 0in;
    margin-bottom: 0in;
    margin-left: 0in;
    font-size: 21px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #2F5496;
    font-weight: normal;
}
.version-table td {
    padding-left: .5in;
}

/* Links */
.version-link {
    text-decoration: none;
    color: #2F5496;
    font-weight: normal;
    font-size: 16px;
    padding-left: 0in;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-weight: 400;
  line-height: 26px;
  color: #5D6063;
}

.footer-text {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  line-height: normal;
}

/*
Additional styling for the body will go below here
*/